1
0
Fork 0
nixfiles/modules/default.nix

22 lines
352 B
Nix

{ ... }:
{
imports = [
./policyrouting
./akne
./anycast_healthchecker
./backup
./clerie-firewall
./clerie-gc-dir
./gre-tunnel
./minecraft-server
./monitoring
./nginx-port-forward
./nixfiles
./nixfiles/system-auto-sync-to-hydra.nix
./update-from-hydra
./wg-clerie
./wireguard-initrd
];
}