diff options
Diffstat (limited to 'Omni/Users.nix')
| -rw-r--r-- | Omni/Users.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Omni/Users.nix b/Omni/Users.nix index 3de5712..4ae8c17 100644 --- a/Omni/Users.nix +++ b/Omni/Users.nix @@ -30,6 +30,13 @@ in { openssh.authorizedKeys.keys = readKeys ./Keys/Deploy.pub; extraGroups = ["wheel"]; }; + ava = { + description = "Ava Telegram bot"; + isNormalUser = true; + home = "/home/ava"; + openssh.authorizedKeys.keys = readKeys ./Keys/Ava.pub; + extraGroups = ["git"]; + }; # # humans # |
