machines/home: add transmission
This commit is contained in:
parent
22bb8f50f5
commit
5b6343c7bc
2 changed files with 4 additions and 0 deletions
|
@ -111,4 +111,6 @@
|
|||
proto.httpProxy.enable = true;
|
||||
proto.http.enable = true;
|
||||
};
|
||||
|
||||
services.transmission.enable = true;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue