diff --git a/configuration.nix b/configuration.nix index 0fd5492..fb146c5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;