disable autodownload, fix backup

This commit is contained in:
Kopatz
2025-11-05 14:34:01 +01:00
parent 7e4551ca29
commit 6d040237a2
5 changed files with 9 additions and 7 deletions

View File

@@ -66,7 +66,8 @@ in
}; };
in in
lib.mkIf cfg.rocm.enable [ lib.mkIf cfg.rocm.enable [
"L+ /opt/rocm - - - - ${rocmEnv}" #"L+ /opt/rocm - - - - ${rocmEnv}"
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
]; ];
}; };
}; };

View File

@@ -223,10 +223,10 @@ in
exclude = cfg.excludePathsRemote; exclude = cfg.excludePathsRemote;
paths = cfg.large; paths = cfg.large;
backupPrepareCommand = '' backupPrepareCommand = ''
${startInternxtWebdav} ${startInternxtWebdav}/bin/startInternxtWebdav
''; '';
backupCleanupCommand = '' backupCleanupCommand = ''
${stopInternxtWebdav} ${stopInternxtWebdav}/bin/stopInternxtWebdav
''; '';
pruneOpts = [ pruneOpts = [
"--keep-daily 5" "--keep-daily 5"

View File

@@ -121,6 +121,7 @@
ente.enable = true; ente.enable = true;
kavita = { kavita = {
enable = true; enable = true;
autoDownload = false;
dir = "/data/kavita"; dir = "/data/kavita";
}; };
wireguard = { wireguard = {

View File

@@ -63,7 +63,7 @@
android.enable = true; android.enable = true;
amd-gpu = { amd-gpu = {
enable = true; enable = true;
rocm.enable = false; rocm.enable = true;
overdrive = true; overdrive = true;
}; };
vr.enable = true; vr.enable = true;

View File

@@ -42,11 +42,11 @@
../../home-manager/discord-theme.nix ../../home-manager/discord-theme.nix
../../home-manager/vr.nix ../../home-manager/vr.nix
inputs.nixvim.homeModules.nixvim inputs.nixvim.homeModules.nixvim
inputs.stylix.homeModules.stylix # inputs.stylix.homeModules.stylix
]; ];
stylix.enable = false; # stylix.enable = osConfig.custom.graphical.stylix.enable;
stylix.image = if (config.stylix.enable == false) then ../../wallpaper/ina.jpg else null; #stylix.image = if (config.stylix.enable == false) then ../../wallpaper/ina.jpg else null;
programs.feh = { programs.feh = {
enable = true; enable = true;
buttons = { buttons = {