From 68153b894f7f227d4e7714c6d138454df521d31c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 6 Feb 2024 17:55:39 +0100 Subject: remove unbound dns resolver on local pcs --- nixos/kusanagi.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixos/kusanagi.nix') diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index d2cd13c..4bd5b77 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -97,7 +97,7 @@ in # ---- immutable user config for tmpfs root ---- users.mutableUsers = false; - users.users.lx.passwordFile = "/Z/lx/.password"; + users.users.lx.hashedPasswordFile = "/Z/lx/.password"; users.users.lx.uid = 1000; users.users.lx.extraGroups = [ "vboxusers" "docker" ]; @@ -115,10 +115,6 @@ in nix.gc.automatic = false; - # ---- disable unbound dns resolution ---- - - services.unbound.resolveLocalQueries = false; - # ---- improve graphics ---- services.xserver.videoDrivers = [ "intel" ]; -- cgit v1.2.3