From 3dae346db0bdbe92bc062856687d0ad0d6f8d854 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Wed, 26 Apr 2023 13:18:34 +0200 Subject: [PATCH] Add sops config to voyager --- hosts/voyager/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/voyager/configuration.nix b/hosts/voyager/configuration.nix index a881c18..26e90e8 100644 --- a/hosts/voyager/configuration.nix +++ b/hosts/voyager/configuration.nix @@ -46,6 +46,7 @@ }; sops.defaultSopsFile = ../../secrets/voyager/voyager.yaml; + sops.age.keyFile = "/var/lib/sops-nix/key.txt"; environment.variables = { EDITOR = "vim"; }; environment.systemPackages = with pkgs; [