enables sudo on servers
This commit is contained in:
parent
025fd52f19
commit
f7ed896fb5
2 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo.enable = true;
|
||||
|
||||
# Home Manager Setup
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
security.sudo.enable = true;
|
||||
|
||||
# Networking
|
||||
networking.hostName = "dnsc-vps-sm";
|
||||
networking.hostId = "380f585f";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue