From 6dd6741afbd41cbe7a40d54e21f7c2579a4ec37c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 20 Nov 2023 16:44:23 +0100 Subject: [PATCH] little comment --- nixos/queen/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index bed51cd..a2ff130 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -44,6 +44,7 @@ }; }; + #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 = /home/lillian/.config/sops/age/keys.txt; sops.secrets."nextcloudadmin".mode = "0400";