From eeb0deba496cbe5c2846855ac476fa9c232daaae Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 26 Dec 2022 09:54:23 -0500 Subject: [PATCH] disable resolved for now --- machines/levitation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/levitation/configuration.nix b/machines/levitation/configuration.nix index e8cf18e..7e107f7 100644 --- a/machines/levitation/configuration.nix +++ b/machines/levitation/configuration.nix @@ -31,7 +31,7 @@ sshKey = config.sops.secrets."borg-ssh-key".path; }; kubo = { enable = true; }; - resolved = { enable = true; }; + # resolved = { enable = true; }; }; hardware = { amdPassthrough = true;