rico0/layne: move transmission to layne

This commit is contained in:
Adithya 2024-07-16 20:30:17 +05:30
parent 1f0305bace
commit 94f7277dff
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,3 @@
_: {
imports = [ ./transmission.nix ];
}

View file

@ -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;
};

View file

@ -1,3 +1,3 @@
_: {
imports = [ ./btrfs.nix ./ssh.nix ];
imports = [ ./apps ./btrfs.nix ./ssh.nix ];
}

View file

@ -1,3 +1,3 @@
_: {
imports = [ ./blocky.nix ./transmission.nix ];
imports = [ ./blocky.nix ];
}