Give sysadmin privs
This commit is contained in:
parent
1f248b92da
commit
b99492317d
|
@ -78,6 +78,7 @@ in {
|
|||
hostPath = cfg.admin-password-file;
|
||||
};
|
||||
};
|
||||
extraCapabilities = [ "CAP_SYS_ADMIN" ];
|
||||
config = {
|
||||
boot.tmp.useTmpfs = true;
|
||||
system.nssModules = mkForce [ ];
|
||||
|
|
Loading…
Reference in New Issue