From cb9f93f611d01914fc15f86848fd9aad817402c3 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 2 Apr 2025 00:18:21 -0400 Subject: [PATCH 1/2] add gocryptfs --- users/alice/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/alice/home.nix b/users/alice/home.nix index 330cae1..18753e2 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -90,6 +90,8 @@ nodejs_20 nodePackages.prettier treefmt + + gocryptfs ]; }; From e70b7c0e92e6d4d111e239ee21d563cbf7ec3f67 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 2 Apr 2025 00:20:04 -0400 Subject: [PATCH 2/2] enable flake-wide fallback on substitution failure --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b1915e8..ccf0e9e 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ ]; trusted-users = [ "root" ]; allow-import-from-derivation = true; + fallback = true; }; inputs = {