Hevana: enable automatic updates
This commit is contained in:
parent
fc7889bdf1
commit
54e68efe29
|
@ -114,8 +114,8 @@ in
|
|||
configText = builtins.readFile ./etc/apcupsd.conf;
|
||||
};
|
||||
autoUpgrade = {
|
||||
enable = false; # Don't update the system...
|
||||
pushUpdates = true; # ...but do push updates remotely.
|
||||
enable = true;
|
||||
pushUpdates = true; # Update automatically and push updates back up to Forgejo
|
||||
configDir = config.secrets.nixConfigFolder;
|
||||
onCalendar = "daily";
|
||||
user = config.users.users.aires.name;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -79,7 +78,7 @@ in
|
|||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
dataDir = lib.mkIf (cfg.home != "") cfg.home;
|
||||
dataDir = cfg.home;
|
||||
group = "media";
|
||||
package = jellyfin-audio-save;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue