Needs definition?

This commit is contained in:
Lillian-Violet 2023-11-27 23:49:54 +01:00
parent e82aa87177
commit 502d0d025e

View file

@ -56,6 +56,8 @@
#Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys #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.defaultSopsFile = ../../secrets/queen-Lillian.yaml;
sops.age.keyFile = ./keys.txt; sops.age.keyFile = ./keys.txt;
sops.secrets."mssqlpass".mode = "0440";
sops.secrets."mssqlpass".owner = config.users.users.mssql.name;
nix = { nix = {
gc = { gc = {