tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fix eval (explicit is better than implicit)
Domen Kožar
9 years ago
1834e725
230bf0ea
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
torrent
flexget.nix
+1
-1
nixos/modules/services/torrent/flexget.nix
···
24
};
25
26
homeDir = mkOption {
27
-
default = /var/lib/deluge;
28
example = "/home/flexget";
29
type = types.path;
30
description = "Where files live.";
···
24
};
25
26
homeDir = mkOption {
27
+
default = "/var/lib/deluge";
28
example = "/home/flexget";
29
type = types.path;
30
description = "Where files live.";