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
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;
paths = cfg.large;
backupPrepareCommand = ''
${startInternxtWebdav}
${startInternxtWebdav}/bin/startInternxtWebdav
'';
backupCleanupCommand = ''
${stopInternxtWebdav}
${stopInternxtWebdav}/bin/stopInternxtWebdav
'';
pruneOpts = [
"--keep-daily 5"

View File

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

View File

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

View File

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