From 2857196bb7193ccaac5a04303731248cafed1094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 22 Feb 2026 09:39:40 -0300 Subject: [PATCH] fixup! flake: remove agenix --- hosts/phantom/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index e32fa95..79972d0 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -56,10 +56,6 @@ boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576; - age = { - identityPaths = [ "/root/.ssh/id_rsa" ]; - }; - sops = { secrets.hello = { }; defaultSopsFile = lib.mkForce ../../secrets/phantom/default.yaml;