feat: Enhance NAS Samba share configuration with user allowance

This commit is contained in:
pazpi 2024-11-29 16:10:38 +01:00
parent c9e0431acf
commit 87cd7000a1
2 changed files with 14 additions and 2 deletions

View file

@ -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;
};