nixos: add nixpkgs-unstable to flake registry
Some checks failed
flake / flake (push) Failing after 37s
Some checks failed
flake / flake (push) Failing after 37s
This commit is contained in:
parent
6f5b9430c9
commit
d0e622ea48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user