nixos: add nixpkgs-unstable to flake registry
Some checks failed
flake / flake (push) Failing after 37s

This commit is contained in:
Jake Hillion 2024-10-13 00:27:34 +01:00
parent 6f5b9430c9
commit d0e622ea48

View File

@ -53,6 +53,11 @@
};
networking.firewall.enable = true;
nix.registry.nixpkgs-unstable.to = {
type = "path";
path = pkgs.unstable;
};
# Delegation
custom.ca.consumer.enable = true;
custom.dns.enable = true;