Remove system registry

This commit is contained in:
Fabian Hauser 2024-07-10 13:35:56 +02:00
parent b66b7c543d
commit d10e93e4a0

View file

@ -85,12 +85,6 @@ 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;