Files
nixos/modules/default.nix
Joakim Repomaa 7a24ac5fe6 refactor
2025-02-08 15:38:51 +02:00

9 lines
87 B
Nix

{ ... }:
{
imports = [
./vlans.nix
./firewall.nix
./webserver.nix
];
}