diff options
Diffstat (limited to 'hosts/poweredge-pro/configuration.nix')
| -rw-r--r-- | hosts/poweredge-pro/configuration.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/poweredge-pro/configuration.nix b/hosts/poweredge-pro/configuration.nix index 53f2599..23b16f8 100644 --- a/hosts/poweredge-pro/configuration.nix +++ b/hosts/poweredge-pro/configuration.nix @@ -1,10 +1,11 @@ { config, lib, pkgs, ... }: { imports = [ + ./dns.nix + ./filebrowser.nix + ./fileshares.nix ./key.nix ./networking.nix - ./fileshares.nix - ./filebrowser.nix - ./dns.nix + ./searxng.nix ]; # Setup bootloader |
