From 7fd1e4ff00b91f01f674f34c9056a514de1e2ffd Mon Sep 17 00:00:00 2001 From: harry123 Date: Sat, 10 May 2025 11:03:54 +0200 Subject: [PATCH] removed dedicated deploy user for the moment --- hosts/sisyphe/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index a9cd8fb..34f999a 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -45,14 +45,6 @@ in ]; }; - users.users.deploy = { - isNormalUser = false; - extraGroups = [ "wheel" ]; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9Yp7TbDhYJ27Sh+LcPXT569bMVwbFrkE4zksfU84l+ harry123@goober" - ]; - }; - security.sudo.wheelNeedsPassword = false; environment.systemPackages = with pkgs; [