From 4c6c26cdaf11a90ea77c0978a8478bcdffbd3df5 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 14 Oct 2024 03:12:31 -0700 Subject: Maybe fix SOPS --- home/root/arrakis.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'home/root/arrakis.nix') diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix index 9edd186..43c0bc3 100644 --- a/home/root/arrakis.nix +++ b/home/root/arrakis.nix @@ -76,13 +76,4 @@ nix.extraOptions = '' !include ${config.sops.secrets."nix-access-token-github".path} ''; - - sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - defaultSopsFile = ./secrets/arrakis.yaml; - - secrets = { - "nix-access-token-github".path = "%r/nix-access-token-github"; - }; - }; } -- cgit v1.2.3