diff --git a/config/hosts/wind/configuration.nix b/config/hosts/wind/configuration.nix index b3b8735..2e4c450 100644 --- a/config/hosts/wind/configuration.nix +++ b/config/hosts/wind/configuration.nix @@ -35,7 +35,7 @@ networking.defaultGateway6 = { address = "fe80::1"; interface = "ens3"; }; - users.users.deploy = { + users.users.deploy-web = { isNormalUser = true; extraGroups = [ "nginx" ]; openssh.authorizedKeys.keys = [