fix paths back
This commit is contained in:
parent
7f5061e700
commit
4ebe93febd
|
@ -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 = {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
# Shared config of all machines
|
||||
/mnt/data/nixos/common.nix
|
||||
/data/nixos/common.nix
|
||||
];
|
||||
|
||||
# amd graphics
|
||||
|
|
Loading…
Reference in a new issue