From dea24911d1d5747512300525a0948fd4af3137b8 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 3 Feb 2026 21:00:27 +0100 Subject: [PATCH] moving out sponsorblock --- flake.lock | 12 ++++++------ hosts/nuc/configuration.nix | 9 +++++++++ hosts/tesla-nixos/configuration.nix | 9 --------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 803cc8a..d10dc4e 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1770138640, - "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=", + "lastModified": 1770147510, + "narHash": "sha256-m/Ac6Y6Ums4NRNwkuD4urzwx/56AW3V5dR65evI2Oo8=", "owner": "nix-community", "repo": "NUR", - "rev": "722155c949360f54099d649abbd628e1e5640fce", + "rev": "21e53a58d6e6e479fc6e74afc10abc3871669a75", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1770138640, - "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=", + "lastModified": 1770147510, + "narHash": "sha256-m/Ac6Y6Ums4NRNwkuD4urzwx/56AW3V5dR65evI2Oo8=", "owner": "nix-community", "repo": "NUR", - "rev": "722155c949360f54099d649abbd628e1e5640fce", + "rev": "21e53a58d6e6e479fc6e74afc10abc3871669a75", "type": "github" }, "original": { diff --git a/hosts/nuc/configuration.nix b/hosts/nuc/configuration.nix index 1ce9af2..70eb917 100644 --- a/hosts/nuc/configuration.nix +++ b/hosts/nuc/configuration.nix @@ -51,6 +51,15 @@ }; }; # end "hello-world" }; # end services + virtualisation.oci-containers.containers = { + isponsorblocktv = { + image = "ghcr.io/dmunozv04/isponsorblocktv:latest"; + autoStart = true; + volumes = [ + "/home/alisceon/isponsorblocktv:/app/data" + ]; + }; # end isponsorblocktv + }; }; # end systemd } # end file diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index bc40522..57c4d17 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -20,15 +20,6 @@ in environment.systemPackages = with pkgs; [ tmux ]; # end environment.systemPackages - virtualisation.oci-containers.containers = { - isponsorblocktv = { - image = "ghcr.io/dmunozv04/isponsorblocktv:latest"; - autoStart = true; - volumes = [ - "/home/alisceon/isponsorblocktv:/app/data" - ]; - }; # end isponsorblocktv - }; virtualisation.podman.dockerCompat = false; virtualisation.docker = { enable = true;