feat: Added new ssh public key

This commit is contained in:
uttarayan21
2025-03-09 02:49:53 +05:30
parent 8024fd2c78
commit 84eb51b3aa
7 changed files with 32 additions and 9 deletions

View File

@@ -89,7 +89,10 @@
description = "servius";
extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [];
openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub];
openssh.authorizedKeys.keyFiles = [
../../secrets/id_ed25519.pub
../../secrets/id_ios.pub
];
};
# Allow unfree packages