From cdbeabd0bd4d184308a172f065ffdec7dfe2b78e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 12 Oct 2025 01:13:01 +0200 Subject: [PATCH] hosts/laptop: Enable resolved --- hosts/laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index af6801e..24a8089 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -27,6 +27,7 @@ de.hyprland.enable = true; services = { + resolved.enable = true; gc.enable = true; wlan.enable = true; bluetooth.enable = true;