fmt: removed some duplicates

This commit is contained in:
silver 2023-06-15 22:02:30 +01:00
parent 775d6412af
commit 6e25003b5c
11 changed files with 7 additions and 32 deletions

View file

@ -4,6 +4,12 @@
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
# every sever may need the firewall config stuff
../applications/firewall.nix
# every sever needs to have a dns record
../applications/dns.nix
# every server needs teh ldap client for admins
../applications/ldap_client.nix
];