Revert "Revert "fix paths back""

This reverts commit 134455c7bf.
This commit is contained in:
Christoph Cullmann 2024-01-10 21:58:36 +01:00
parent 134455c7bf
commit 64b92b335a
2 changed files with 4 additions and 4 deletions

View file

@ -453,10 +453,10 @@ in
users.users.root = {
# init password
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
hashedPassword = builtins.readFile "/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 = {
@ -485,7 +485,7 @@ in
extraGroups = [ "vboxusers" "wheel" ];
# init password
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
hashedPassword = builtins.readFile "/data/nixos/password.secret";
};
home-manager.users.cullmann = {

View file

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