diff --git a/hosts/common/global/sops.nix b/hosts/common/global/sops.nix index 28b2822..1ffa13a 100644 --- a/hosts/common/global/sops.nix +++ b/hosts/common/global/sops.nix @@ -13,7 +13,7 @@ in { sshKeyPaths = map getKeyPath keys; # TODO: remove? only rely on ssh or pgp keys (e.g. ubikey like misterio is using!!!) - keyFile = "/home/julian/.config/sops/age/keys.txt"; + # keyFile = "/home/julian/.config/sops/age/keys.txt"; # Generate key if none of the above worked. With this, building will still work, just without secrets generateKey = false; # TODO: building should not work without secrets!? };