From 5c445723248e7ce90a068915f615368e02f54dfd Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Sat, 18 Dec 2021 14:51:34 +0100 Subject: [PATCH] Update deployment user --- config/hosts/wind/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [