9 lines
115 B
Nix
9 lines
115 B
Nix
{ self, ... }:
|
|
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flake = self.outPath;
|
|
dates = "daily";
|
|
};
|
|
}
|