autoupdate flake

This commit is contained in:
Christoph Hollizeck 2024-04-07 10:34:12 +02:00
parent 579a4a985e
commit 857464a05e
2 changed files with 40 additions and 1 deletions

View file

@ -24,11 +24,17 @@ with lib.wyrdgard;
_1password = enabled;
};
system.hardware = {
system = {
autoUpgrade = {
enable = true;
time = "10:00";
};
hardware = {
bluetooth = enabled;
gpu.nvidia = enabled;
};
};
};
system.stateVersion = "23.11";
}