diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-06 17:55:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-06 17:55:39 +0100 |
commit | 68153b894f7f227d4e7714c6d138454df521d31c (patch) | |
tree | b97371fdcadbc478da471ab1b10621017b20fd83 /nixos/lindy.nix | |
parent | 751261487ea1b628b7d683be4a0b23ac234be86a (diff) | |
download | user-config-68153b894f7f227d4e7714c6d138454df521d31c.tar.gz user-config-68153b894f7f227d4e7714c6d138454df521d31c.zip |
remove unbound dns resolver on local pcs
Diffstat (limited to 'nixos/lindy.nix')
-rw-r--r-- | nixos/lindy.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 5e16fd8..6db2f06 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -148,6 +148,9 @@ Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key virtualisation.virtualbox.host.enable = true; users.users.lx.extraGroups = [ "docker" "vboxusers" ]; + # Use resolver from network + services.resolved.enable = false; + # Making dev work available outside networking.firewall.allowedTCPPorts = [ # 8910 8920 # web dev |