Files
nix/modules/holocron/default.nix
2025-10-14 13:18:31 -05:00

15 lines
165 B
Nix

{
pkgs,
config,
lib,
...
}: {
# services show up in glance in reverse import order lmao
imports = [
./nfs
./smb
./zfs
./copyparty
];
}