ops/nixos: nix 2.3 -> lix

This commit is contained in:
Luke Granger-Brown 2024-06-08 19:42:40 +01:00
parent 5c370c0b2a
commit 204dceac34

View file

@ -114,7 +114,7 @@ in
my.rundeck.tags = [ "nixos" ];
nix = {
package = pkgs.nix_2_3; # Use a working nix.
package = pkgs.lix; # Use a working nix.
nixPath = [ "depot=/home/lukegb/depot/" "nixpkgs=/home/lukegb/depot/hack/nixpkgs/" ];
settings = {
trusted-users = [ "root" "@wheel" "deployer" ];