From 502d0d025ed2dd7282aa44d98b40428bf8e01a52 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 27 Nov 2023 23:49:54 +0100 Subject: [PATCH] Needs definition? --- nixos/queen/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 509910b..14f3750 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -56,6 +56,8 @@ #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys sops.defaultSopsFile = ../../secrets/queen-Lillian.yaml; sops.age.keyFile = ./keys.txt; + sops.secrets."mssqlpass".mode = "0440"; + sops.secrets."mssqlpass".owner = config.users.users.mssql.name; nix = { gc = {