From 94ddfd568e263e787f2ead03e2bcd8998fef5e51 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 18 Mar 2025 13:34:57 -0700 Subject: Migrate away from SOPS under home manager for root@ginaz --- home/root/ginaz.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'home/root/ginaz.nix') diff --git a/home/root/ginaz.nix b/home/root/ginaz.nix index 2887c6d..8370818 100644 --- a/home/root/ginaz.nix +++ b/home/root/ginaz.nix @@ -14,15 +14,4 @@ nix.extraOptions = '' !include /run/secrets/nix-access-token-github ''; - - sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - defaultSopsFile = ./secrets/ginaz.yaml; - - secrets = { - "ssh_config" = { - path = "/root/.ssh/config"; - }; - }; - }; } -- cgit v1.2.3