nixfiles/nixos/common/autoupgrade.nix
2023-02-12 05:49:50 -08:00

6 lines
No EOL
143 B
Nix

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