Add system registry to flakes

This commit is contained in:
Fabian Hauser 2023-12-15 06:44:58 +01:00
parent 74e4ca2191
commit 79465bbe3e

View file

@ -63,6 +63,12 @@ in {
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
registry = {
system.to = {
type = "path";
path = pkgs.path;
};
};
}; };
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;