From 0944cfd93b3218902f519f7fd65fa764e534e537 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 22 Jul 2024 15:18:30 +0530 Subject: [PATCH] enable resolved --- hosts/canopus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 7a8c181..ce85d0a 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -144,6 +144,7 @@ }; services = { + resolved.enable = true; openssh = { enable = true; settings = {