removed dedicated deploy user for the moment

This commit is contained in:
chloe 2025-05-10 11:03:54 +02:00
parent 0e50822e78
commit 7fd1e4ff00

View file

@ -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; security.sudo.wheelNeedsPassword = false;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [