openssh keys cleanup

This commit is contained in:
2024-10-22 01:36:55 -06:00
parent bd278baa5f
commit 1795e56242
5 changed files with 20 additions and 18 deletions

View File

@@ -89,7 +89,7 @@
createHome = true;
group = "nixremote";
home = "/var/nixremote/";
openssh.authorizedKeys.keys = [ (builtins.readFile ../../secrets/ssh/ed25519_nixworkstation.pub) ];
openssh.authorizedKeys.keys = [ ../../secrets/ssh/ed25519_nixworkstation.pub ];
};
};
};