rename file share to holocron
This commit is contained in:
13
modules/holocron/default.nix
Normal file
13
modules/holocron/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# services show up in glance in reverse import order lmao
|
||||
imports = [
|
||||
./nfs
|
||||
./smb
|
||||
./zfs
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user