remove useless comments
This commit is contained in:
parent
809dd99352
commit
1991d9a06c
@ -7,10 +7,6 @@
|
|||||||
{
|
{
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_6_6;
|
|
||||||
# boot.extraModulePackages = [ pkgs.zfsUnstable ];
|
|
||||||
# boot.kernelModules = [ "zfs" ];
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
@ -51,9 +47,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# console.useXkbConfig = true;
|
|
||||||
# console.keyMap = ./galvatron/keys.map;
|
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user