Change docker name to qbittorrent-vpn
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-05-15 09:27:18 +02:00
parent cdbdfb278d
commit c6036bb3a7
5 changed files with 8 additions and 91 deletions

View file

@ -119,7 +119,7 @@
}
];
};
docker = nixpkgs.lib.nixosSystem {
qbittorrent_vpn = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
@ -130,7 +130,7 @@
"${inputs.self}/services"
"${inputs.self}/modules"
{
services.vm_docker = {
services.vm_qbittorrent_vpn = {
enable = true;
};
}