test
This commit is contained in:
parent
9362ee1f82
commit
da53709c1b
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ in {
|
|||
# mkpasswd -m sha-512
|
||||
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
||||
packages = [ pkgs.home-manager ];
|
||||
openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh_keys.txt ];
|
||||
openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/keys.txt ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue