FUCK YOU MODULES HOMELAB RULES

This commit is contained in:
2025-10-13 22:18:10 -05:00
parent 6682df4338
commit 962f44f05e
38 changed files with 157 additions and 535 deletions

View File

@@ -6,13 +6,13 @@
}:
# define nfs exports
let
cfg = config.modules.fileshare.nfs;
cfg = config.fileshare.nfs;
nfs_exports = ''
/holocron/media *(ro,sync,no_subtree_check)
'';
#/holocron/vault *(rw,sync,no_subtree_check,no_root_squash)
in {
options.modules.fileshare.nfs = {
options.fileshare.nfs = {
enable = lib.mkEnableOption "enables nfs";
};