nixos/user: Load password from secret

This commit is contained in:
2022-05-28 19:02:13 +01:00
parent c841b37f19
commit 4660406120
6 changed files with 82 additions and 67 deletions

View File

@@ -135,7 +135,6 @@
#deploy.generate.system.mode = "boot";
secrets = {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKp5WDdDr/1NS3SJIDOKwcCNZDFOxqPAD7cbZWAP7EkX";
files."test.txt" = {};
};
server.enable = true;