clan-core/nixosModules/clanCore/default.nix
Jörg Thalheim 0481746198
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m55s
checks / checks (pull_request) Successful in 2m47s
drop meshnamed from repository
It's not super useful and we can always add it back later if we need it.
2024-03-06 10:02:21 +01:00

19 lines
284 B
Nix

{
imports = [
./backups.nix
./manual.nix
./imports.nix
./metadata.nix
./networking.nix
./nix-settings.nix
./options.nix
./outputs.nix
./packages.nix
./schema.nix
./secrets
./vm.nix
./wayland-proxy-virtwl.nix
./zerotier
];
}