diff options
author | sefidel <contact@sefidel.net> | 2022-01-26 12:20:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-26 12:20:28 +0900 |
commit | c9a9f9d87d25ebe943c38bde219efbd22e836bac (patch) | |
tree | d781a2fda841bbf4ce9990949eef3f82826bbfd6 /nixos/alpha | |
parent | f019ccb25279e713d16c1c12341875a871886849 (diff) | |
download | nixrc-c9a9f9d87d25ebe943c38bde219efbd22e836bac.tar.gz nixrc-c9a9f9d87d25ebe943c38bde219efbd22e836bac.zip |
nixos/alpha: cleanup duplicate options
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 4510b44..22a34ca 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -4,7 +4,6 @@ imports = [ ]; security = { - protectKernelImage = true; rtkit.enable = true; doas.enable = true; doas.wheelNeedsPassword = false; @@ -27,7 +26,6 @@ configurationLimit = 10; device = "nodev"; useOSProber = true; - # device = "/dev/disk/by-uuid/7905-2E41"; extraEntries = '' menuentry "Reboot" { reboot |