prepare for zfs
This commit is contained in:
parent
3ed8d71a5f
commit
d5e6a93db3
10 changed files with 75 additions and 119 deletions
|
@ -23,10 +23,10 @@ in
|
|||
|
||||
users.root = {
|
||||
# init password
|
||||
hashedPassword = builtins.readFile "/nix/data/nixos/secret/password.secret";
|
||||
hashedPassword = builtins.readFile "/data/nixos/secret/password.secret";
|
||||
|
||||
# use fixed auth keys
|
||||
openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/nix/data/nixos/secret/authorized_keys.secret");
|
||||
openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/data/nixos/secret/authorized_keys.secret");
|
||||
};
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue