diff options
author | Linnnus <[email protected]> | 2025-03-16 01:31:23 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-16 01:35:09 +0100 |
commit | 0df552f2ee09f04fcb2f70ca749483a3280189cb (patch) | |
tree | 121b2e543ecd421b0a217272ae10979eb5d3f510 /hosts/ahmed/configuration.nix | |
parent | e3f1fecf77c1288bd2cbdd0f9999d3685f974329 (diff) |
ahmed: Add local DNS resolver
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 25eb336..9bd394f 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -23,6 +23,7 @@ ./dyndns ./minecraft ./nginx + ./dns ]; # Create the main user. |