From 1991d9a06c21d68a481dd53cd3187ddec65b2497 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Wed, 17 Apr 2024 21:19:23 -0800 Subject: [PATCH] remove useless comments --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) 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;