fix: needed the right imports

This commit is contained in:
silver 2023-05-24 16:52:18 +01:00
parent 3df29a42d4
commit 02fb3e28cd
2 changed files with 4 additions and 6 deletions

View file

@ -5,10 +5,9 @@
in {
imports = [
../firewall.nix
../dns.nix
../acme.nix
../dns.nix
../firewall.nix
../nginx.nix
];

View file

@ -5,10 +5,9 @@
in {
imports = [
./firewall.nix
./dns.nix
./acme.nix
./dns.nix
./firewall.nix
./nginx.nix
];