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"
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
ente.enable = true;
|
||||
kavita = {
|
||||
enable = true;
|
||||
autoDownload = false;
|
||||
dir = "/data/kavita";
|
||||
};
|
||||
wireguard = {
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
android.enable = true;
|
||||
amd-gpu = {
|
||||
enable = true;
|
||||
rocm.enable = false;
|
||||
rocm.enable = true;
|
||||
overdrive = true;
|
||||
};
|
||||
vr.enable = true;
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user