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 = {
extraSpecialArgs = { inherit inputs outputs; };