Give sysadmin privs

This commit is contained in:
niten 2024-01-24 23:06:42 -08:00
parent 1f248b92da
commit b99492317d
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ in {
hostPath = cfg.admin-password-file; hostPath = cfg.admin-password-file;
}; };
}; };
extraCapabilities = [ "CAP_SYS_ADMIN" ];
config = { config = {
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
system.nssModules = mkForce [ ]; system.nssModules = mkForce [ ];