From 6d040237a2b1d2067297a7bb0a1dccd3c5f48ce3 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:34:01 +0100 Subject: [PATCH] disable autodownload, fix backup --- modules/hardware/amd-gpu.nix | 3 ++- modules/misc/backup.nix | 4 ++-- systems/amd-server-vm/configuration.nix | 1 + systems/pc/configuration.nix | 2 +- users/kopatz/home.nix | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix index 55b5888..b4115b8 100644 --- a/modules/hardware/amd-gpu.nix +++ b/modules/hardware/amd-gpu.nix @@ -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}" ]; }; }; diff --git a/modules/misc/backup.nix b/modules/misc/backup.nix index 1332ac0..a7e5f6e 100644 --- a/modules/misc/backup.nix +++ b/modules/misc/backup.nix @@ -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" diff --git a/systems/amd-server-vm/configuration.nix b/systems/amd-server-vm/configuration.nix index 52cff4a..295b1ca 100644 --- a/systems/amd-server-vm/configuration.nix +++ b/systems/amd-server-vm/configuration.nix @@ -121,6 +121,7 @@ ente.enable = true; kavita = { enable = true; + autoDownload = false; dir = "/data/kavita"; }; wireguard = { diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 38472fa..ce35b01 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -63,7 +63,7 @@ android.enable = true; amd-gpu = { enable = true; - rocm.enable = false; + rocm.enable = true; overdrive = true; }; vr.enable = true; diff --git a/users/kopatz/home.nix b/users/kopatz/home.nix index 84ada74..2c73b43 100644 --- a/users/kopatz/home.nix +++ b/users/kopatz/home.nix @@ -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 = {