From 0d2ddd6a52d201d181864c1a18e02cd79204ca93 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Tue, 10 Jun 2025 13:36:11 -0500 Subject: [PATCH] remove github key --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 3c234ac..044d3ba 100755 --- a/configuration.nix +++ b/configuration.nix @@ -35,6 +35,7 @@ # SOPS config sops = { age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ]; + # deleted and generated every boot age.keyFile = "/var/lib/sops-nix/key.txt"; age.generateKey = true; defaultSopsFormat = "json";