diff --git a/configuration.nix b/configuration.nix index c890329..b808d2d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,10 @@ users.users.appdaemon = { isNormalUser = true; home = "/srv/appdaemon"; - extraGroups = ["docker"]; + extraGroups = [ + "wheel" + "docker" + ]; + openssh.authorizedKeys.keyFiles = ["/srv/appdaemon/authorized_keys"]; }; }