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,7 +6,7 @@
}:
# define smb shares
let
cfg = config.modules.fileshare.smb;
cfg = config.fileshare.smb;
smb_shares = {
vault = {
path = "/holocron/vault";
@@ -22,7 +22,7 @@ let
};
};
in {
options.modules.fileshare.smb = {
options.fileshare.smb = {
enable = lib.mkEnableOption "enables smb";
};