aplysia: nofail boot & transmission config
This commit is contained in:
parent
c96b4b281e
commit
28835c5915
12
aplysia.nix
12
aplysia.nix
@ -37,6 +37,13 @@
|
|||||||
fsType = "zfs";
|
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 = {
|
services.samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@ -58,6 +65,11 @@
|
|||||||
download-dir = "/mnt/aplysia/torrents";
|
download-dir = "/mnt/aplysia/torrents";
|
||||||
incomplete-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;
|
peer-port = 51415;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user