disable autodownload, fix backup
This commit is contained in:
@@ -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}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user