From 859a4b20a507453120d51aeae4a037e632911f12 Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 8 Dec 2025 01:39:48 +0100 Subject: [PATCH] Common: set up default sops file --- roles/common/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index d26b350..90e4213 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -161,6 +161,7 @@ }; sops = { age.sshKeyPaths = ["/persist/id_host"]; + defaultSopsFile = "${flakeSelf.inputs.secrets}/${config.networking.hostName}.yaml"; }; catppuccin.grub.enable = true;