feat: Enhance NAS Samba share configuration with user allowance
This commit is contained in:
parent
c9e0431acf
commit
87cd7000a1
2 changed files with 14 additions and 2 deletions
|
|
@ -13,7 +13,10 @@
|
|||
proxy.domain = "tegola.pro";
|
||||
};
|
||||
|
||||
networking.nas-samba-share.enable = true;
|
||||
networking.nas-samba-share = {
|
||||
enable = true;
|
||||
allowUsers = [ "nextcloud" ];
|
||||
};
|
||||
|
||||
virtualisation.proxmox.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue