remove useless comments
This commit is contained in:
parent
809dd99352
commit
1991d9a06c
@ -7,10 +7,6 @@
|
||||
{
|
||||
# Bootloader.
|
||||
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" ];
|
||||
|
||||
imports = [
|
||||
@ -51,9 +47,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
# console.useXkbConfig = true;
|
||||
# console.keyMap = ./galvatron/keys.map;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user