From 6f773b5ef959c38762c3dfc549a5c62f9daa4ca4 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 11 Aug 2025 00:01:39 -0500 Subject: [PATCH] sops? --- system-config/configuration/sandbox-nathan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/configuration/sandbox-nathan/default.nix b/system-config/configuration/sandbox-nathan/default.nix index 93ab3c9..7106264 100644 --- a/system-config/configuration/sandbox-nathan/default.nix +++ b/system-config/configuration/sandbox-nathan/default.nix @@ -93,7 +93,7 @@ experimental-features = [ "nix-command" "flakes" ]; }; }; -/* + sops = { age.keyFile = "/home/nathan/.config/sops/age/keys.txt"; defaultSopsFile = ./secrets.yaml; @@ -105,7 +105,7 @@ }; }; }; -*/ + programs.fuse.userAllowOther = true; home-manager = {