enables sudo on servers

This commit is contained in:
Dennis Schoepf 2025-05-29 19:11:01 +02:00
parent 025fd52f19
commit f7ed896fb5
2 changed files with 4 additions and 0 deletions

View file

@ -74,6 +74,8 @@
]; ];
}; };
security.sudo.enable = true;
# Home Manager Setup # Home Manager Setup
home-manager = { home-manager = {
extraSpecialArgs = { inherit inputs outputs; }; extraSpecialArgs = { inherit inputs outputs; };

View file

@ -50,6 +50,8 @@
''; '';
}; };
security.sudo.enable = true;
# Networking # Networking
networking.hostName = "dnsc-vps-sm"; networking.hostName = "dnsc-vps-sm";
networking.hostId = "380f585f"; networking.hostId = "380f585f";