clear nix.nixPath from checks (#570)

Reviewed-on: fediversity/fediversity#570
This commit is contained in:
Kiara Grouwstra 2025-11-04 22:55:10 +01:00
parent f9d41c9832
commit 95a8b41e02
2 changed files with 0 additions and 7 deletions

View file

@ -115,9 +115,6 @@ in
];
networking.firewall.enable = false;
nix.nixPath = [
(lib.concatStringsSep ":" (lib.mapAttrsToList (k: v: k + "=" + v) sources))
];
environment.systemPackages = [
vm-deployment.run

View file

@ -46,10 +46,6 @@ in
../../modules/terraform-backend
];
nix.nixPath = [
(lib.concatStringsSep ":" (lib.mapAttrsToList (k: v: k + "=" + v) sources))
];
environment.systemPackages = [
pkgs.jq
(pkgs.callPackage ../../run/tf-netbox-store-ips/tf.nix { })