nixfiles/nixos/common/autoupgrade.nix
2023-08-19 09:26:38 -07:00

6 lines
147 B
Nix

{config, ...}: {
system.autoUpgrade = {
enable = false;
flake = "github:kittywitch/infrastructure#${config.networking.hostName}";
};
}