moving out sponsorblock
This commit is contained in:
parent
c4b2a91964
commit
dea24911d1
3 changed files with 15 additions and 15 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue