containers: add wg-easy
This commit is contained in:
parent
26afb28cb5
commit
009fa6e39f
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./qbittorrent.nix
|
||||
./prowlarr.nix
|
||||
./lidarr.nix
|
||||
./wg-easy.nix
|
||||
];
|
||||
|
||||
settings.containers = {
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
qbittorrent.enable = lib.mkDefault false;
|
||||
lidarr.enable = lib.mkDefault false;
|
||||
prowlarr.enable = lib.mkDefault false;
|
||||
wg-easy.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue