aplysia: nofail boot & transmission config

This commit is contained in:
Gabriel Ebner 2018-11-12 19:04:38 +01:00
parent c96b4b281e
commit 28835c5915
1 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,13 @@
fsType = "zfs";
};
fileSystems."/boota".options = [ "nofail" ];
fileSystems."/bootb".options = [ "nofail" ];
fileSystems."/bootc".options = [ "nofail" ];
fileSystems."/bootd".options = [ "nofail" ];
fileSystems."/boote".options = [ "nofail" ];
fileSystems."/bootf".options = [ "nofail" ];
services.samba = {
enable = true;
extraConfig = ''
@ -58,6 +65,11 @@
download-dir = "/mnt/aplysia/torrents";
incomplete-dir = "/mnt/aplysia/torrents";
speed-limit-down = 5000;
speed-limit-down-enabled = true;
speed-limit-up = 800;
speed-limit-up-enabled = true;
peer-port = 51415;
};
};