Revert "Revert "Revert "fix paths back"""

This reverts commit 64b92b335a.
This commit is contained in:
Christoph Cullmann 2024-01-11 18:34:57 +01:00
parent 4c63167e02
commit 930f566943
2 changed files with 4 additions and 4 deletions

View file

@ -450,10 +450,10 @@ in
users.users.root = {
# init password
hashedPassword = builtins.readFile "/data/nixos/password.secret";
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
# use same keys as my main user
openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/home/cullmann/.ssh/authorized_keys");
# openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/home/cullmann/.ssh/authorized_keys");
};
home-manager.users.root = {
@ -482,7 +482,7 @@ in
extraGroups = [ "vboxusers" "wheel" ];
# init password
hashedPassword = builtins.readFile "/data/nixos/password.secret";
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
};
home-manager.users.cullmann = {

View file

@ -11,7 +11,7 @@
./hardware-configuration.nix
# Shared config of all machines
/data/nixos/common.nix
/mnt/data/nixos/common.nix
];
# amd graphics