root-pwd instead of main-root-pwd
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# set root user pwd
|
# set root user pwd
|
||||||
users.users.root.passwordFile = "${secretsDir}/main-root-pwd";
|
users.users.root.passwordFile = "${secretsDir}/root-pwd";
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Vienna";
|
time.timeZone = "Europe/Vienna";
|
||||||
@@ -25,8 +25,6 @@ export PATH=$PATH:${self}/mybin
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
|
|||||||
Reference in New Issue
Block a user