extra -> additional
This commit is contained in:
parent
b99492317d
commit
f01958e683
|
@ -78,7 +78,7 @@ in {
|
||||||
hostPath = cfg.admin-password-file;
|
hostPath = cfg.admin-password-file;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraCapabilities = [ "CAP_SYS_ADMIN" ];
|
additionalCapabilities = [ "CAP_SYS_ADMIN" ];
|
||||||
config = {
|
config = {
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = mkForce [ ];
|
system.nssModules = mkForce [ ];
|
||||||
|
|
Loading…
Reference in New Issue