Add ssh-keygeneration

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-27 21:45:37 +01:00
parent 408081c786
commit 799d942ce7

View File

@@ -46,7 +46,7 @@ in
after = [ "network.target" ]; after = [ "network.target" ];
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
User = user; User = profile.username;
}; };
script = '' script = ''