machines/home: add transmission

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-15 22:52:13 +03:00
parent 22bb8f50f5
commit 5b6343c7bc
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985
2 changed files with 4 additions and 0 deletions

View file

@ -111,4 +111,6 @@
proto.httpProxy.enable = true;
proto.http.enable = true;
};
services.transmission.enable = true;
}

View file

@ -18,6 +18,8 @@
"wheel" # Enable sudo for the user.
(lib.mkIf config.networking.networkmanager.enable "networkmanager")
(lib.mkIf config.virtualisation.docker.enable "docker")
(lib.mkIf config.services.transmission.enable "transmission")
(lib.mkIf config.services.kubo.enable "ipfs")
];
shell = pkgs.zsh;
passwordFile = config.age.secrets.users-jan-passfile.path;