Added permission change
This commit is contained in:
parent
f53a34b2e7
commit
2faacde406
|
@ -44,6 +44,11 @@
|
|||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
# change ownership of kage to be open
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /nfs_export/kage 0777 nobody nogroup - -"
|
||||
];
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Reference in New Issue
Block a user