Disabled transmission until better security

This commit is contained in:
Julien Malka 2021-12-27 10:24:28 +01:00
parent 9a3692dd1c
commit 7d85fed4da
3 changed files with 7 additions and 6 deletions

View file

@ -18,6 +18,8 @@ in
config = mkIf cfg.enable (
mkMerge [{
users.groups.docker = {};
sops.secrets.drone = { };
virtualisation.docker.enable = true;