mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
enabled auto update
This commit is contained in:
parent
70053d2d6e
commit
31a973088d
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ in
|
||||||
bazarr
|
bazarr
|
||||||
];
|
];
|
||||||
|
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue