Change docker name to qbittorrent-vpn
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
cdbdfb278d
commit
c6036bb3a7
5 changed files with 8 additions and 91 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue