diff --git a/config/hosts/wind/configuration.nix b/config/hosts/wind/configuration.nix index 4645a59..c86d71a 100644 --- a/config/hosts/wind/configuration.nix +++ b/config/hosts/wind/configuration.nix @@ -40,6 +40,14 @@ ]; }; + users.users.deploy = { + isNormalUser = true; + extraGroups = [ "nginx" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILk4m1uJzxd7pDmMZgnZxqD6lEIfVPf+I4tKPo0jJJrK deploy@drone.data.coop" + ]; + }; + security.sudo.wheelNeedsPassword = false; environment.systemPackages = with pkgs; [