From 8717bc0c91f9ccf9ce56cab6fc1cd29b88236711 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 18:09:35 +0100 Subject: [PATCH] root-pwd instead of main-root-pwd --- common/all.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/all.nix b/common/all.nix index e2e13bb..cee0a79 100644 --- a/common/all.nix +++ b/common/all.nix @@ -13,7 +13,7 @@ # set root user pwd - users.users.root.passwordFile = "${secretsDir}/main-root-pwd"; + users.users.root.passwordFile = "${secretsDir}/root-pwd"; # Set your time zone. time.timeZone = "Europe/Vienna"; @@ -25,8 +25,6 @@ export PATH=$PATH:${self}/mybin ''; - nixpkgs.config.allowUnfree = true; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; home-manager.backupFileExtension = "backup";