Add gnupg (#51)

This commit is contained in:
Patrick Stevens
2024-04-15 21:11:22 +01:00
committed by GitHub
parent 3208bf16c5
commit e7f68f24a3
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ in {
services.nix-daemon.enable = true;
nix.package = pkgs.nixVersions.stable;
nix.gc.automatic = true;
nix.nixPath = ["darwin=/nix/store/zq4v3pi2wsfsrjkpk71kcn8srhbwjabf-nix-darwin"];
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119
nix.settings.sandbox = false;