diff options
| author | Mel <mel@rnrd.eu> | 2025-02-21 00:04:39 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-02-21 00:04:39 +0100 |
| commit | 5a8161e086232c5d2262fc53a005464d16006eb5 (patch) | |
| tree | dfbf36285f54b81a9c29f6e663edc48f179ff25d /machines/corsac/default.nix | |
| parent | 5db8f66792fd9a0d73eda57b188dd0e0074281b9 (diff) | |
| download | network-5a8161e086232c5d2262fc53a005464d16006eb5.tar.zst network-5a8161e086232c5d2262fc53a005464d16006eb5.zip | |
Expose DNS server with additional DoH/DoT capabilities
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac/default.nix')
| -rw-r--r-- | machines/corsac/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index 66c898c..fde09f6 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -19,7 +19,7 @@ foundation.monitoring = { client.enable = true; - services = [ "base" "jellyfin" "immich" ]; + services = [ "base" "dns" "jellyfin" "immich" ]; }; system.stateVersion = "24.05"; |
