rico0/layne: move transmission to layne
This commit is contained in:
parent
1f0305bace
commit
94f7277dff
4 changed files with 6 additions and 3 deletions
3
hosts/layne/services/apps/default.nix
Normal file
3
hosts/layne/services/apps/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
imports = [ ./transmission.nix ];
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
];
|
||||
settings = {
|
||||
peer-port = 51515;
|
||||
rpc-bind-address = "10.10.10.10";
|
||||
rpc-bind-address = "10.10.10.14";
|
||||
rpc-port = 9091;
|
||||
watch-dir-enabled = true;
|
||||
};
|
|
@ -1,3 +1,3 @@
|
|||
_: {
|
||||
imports = [ ./btrfs.nix ./ssh.nix ];
|
||||
imports = [ ./apps ./btrfs.nix ./ssh.nix ];
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
_: {
|
||||
imports = [ ./blocky.nix ./transmission.nix ];
|
||||
imports = [ ./blocky.nix ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue