Changes from this week

This commit is contained in:
Kat Inskip 2023-08-03 12:13:18 -07:00
parent ba5647287f
commit 1ab58786d8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 56 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{config, ...}: {
system.autoUpgrade = {
enable = true;
flake = "github:kittywitch/kittywitch#${config.networking.hostName}";
flake = "github:kittywitch/infrastructure#${config.networking.hostName}";
};
}