big restructure, getting there prayers for rebuild
This commit is contained in:
13
modules/homelab/fileshare/default.nix
Normal file
13
modules/homelab/fileshare/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# services show up in glance in reverse import order lmao
|
||||
imports = [
|
||||
./shares/nfs.nix
|
||||
./shares/smb.nix
|
||||
./shares/zfs.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user