diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 12:38:41 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 12:38:41 -0500 |
| commit | 4c82b9be8d81da262e8503642aac69f4acb60c2e (patch) | |
| tree | edff26651d225c3c7a783a8cb86bf712a6cd1c26 /hosts/poweredge-pro/configuration.nix | |
| parent | 8cc045ea34d4e72edb68d0c30233c7639966428c (diff) | |
| download | nixos-4c82b9be8d81da262e8503642aac69f4acb60c2e.tar.xz nixos-4c82b9be8d81da262e8503642aac69f4acb60c2e.zip | |
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 |
