Update FredOS-Mediaserver.nix
This commit is contained in:
parent
aaaf954441
commit
0688618add
1 changed files with 13 additions and 0 deletions
|
|
@ -64,5 +64,18 @@
|
|||
devices = [ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" ];
|
||||
useOSProber = true;
|
||||
};
|
||||
|
||||
# Auto-update + upgrade
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
persistent = true;
|
||||
allowReboot = false;
|
||||
channel = "https://nixos.org/channels/nixos-unstable";
|
||||
flags = [
|
||||
"--upgrade"
|
||||
"--option" "tarball-ttl" "0"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue