flake lock and some nix settings

This commit is contained in:
2025-03-27 20:02:42 +01:00
parent 5cc0b3f251
commit 6a6e562875
6 changed files with 65 additions and 78 deletions

View File

@@ -32,13 +32,13 @@
builders-use-substitutes = true;
warn-dirty = false;
accept-flake-config = false;
allow-import-from-derivation = false;
# allow-import-from-derivation = true;
experimental-features = ["nix-command" "flakes"];
flake-registry = "/etc/nix/registry.json";
# # for direnv GC roots
# keep-derivations = true;
# keep-outputs = true;
keep-derivations = true;
keep-outputs = true;
trusted-users = ["root" "@wheel"];
};