feat: Added ssh keys to all hosts

This commit is contained in:
uttarayan21
2025-01-02 17:05:21 +05:30
parent 2e17cfbd24
commit cfd9e0db22
3 changed files with 4 additions and 8 deletions

View File

@@ -60,6 +60,7 @@
users.users.fs0c131y = {
isNormalUser = true;
extraGroups = ["wheel" "docker" "media"];
openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub];
};
users.groups.media = {};