big restructure, getting there prayers for rebuild fix #?
This commit is contained in:
@@ -11,7 +11,7 @@ in
|
|||||||
../../users/users.nix
|
../../users/users.nix
|
||||||
../../modules/system
|
../../modules/system
|
||||||
../../modules/homelab
|
../../modules/homelab
|
||||||
../../modules/homelab/gameservers/minecraft_recpro
|
../../modules/homelab/minecraft_recpro
|
||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ let
|
|||||||
'';
|
'';
|
||||||
#/holocron/vault *(rw,sync,no_subtree_check,no_root_squash)
|
#/holocron/vault *(rw,sync,no_subtree_check,no_root_squash)
|
||||||
in {
|
in {
|
||||||
options.modules.homelab.nfs = {
|
options.modules.fileshare.nfs = {
|
||||||
enable = lib.mkEnableOption "enables nfs";
|
enable = lib.mkEnableOption "enables nfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
options.modules.homelab.smb = {
|
options.modules.fileshare.smb = {
|
||||||
enable = lib.mkEnableOption "enables smb";
|
enable = lib.mkEnableOption "enables smb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
}: let
|
}: let
|
||||||
cfg = config.modules.fileshare.zfs;
|
cfg = config.modules.fileshare.zfs;
|
||||||
in {
|
in {
|
||||||
options.modules.homelab.zfs = {
|
options.modules.fileshare.zfs = {
|
||||||
enable = lib.mkEnableOption "enables zfs";
|
enable = lib.mkEnableOption "enables zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user