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"