diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e934fd0..e177b93 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -12,7 +12,7 @@ ../secrets/wireguard ]; - boot = { + boot = lib.mkForce { loader = { efi = { efiSysMountPoint = "/boot/efi"; @@ -52,9 +52,6 @@ i18n.defaultLocale = "en_US.UTF-8"; console.useXkbConfig = true; #use same kb settings (layout) as xorg - # Enable CUPS to print documents. - # services.printing.enable = true; - users.mutableUsers = false; users.users.root.hashedPassword = secrets.root.hashed_password; |