tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
warrior: add default options
wiro.world
2 months ago
75c835c8
928a1655
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
0/1
nix.yml
running
2mo ago
+7
-2
1 changed file
expand all
collapse all
unified
split
hosts
weird-row-server
warrior.nix
+7
-2
hosts/weird-row-server/warrior.nix
reviewed
···
1
1
-
{ config
2
2
-
, ...
1
1
+
{ ...
3
2
}:
4
3
5
4
let
···
12
11
image = "atdr.meo.ws/archiveteam/warrior-dockerfile";
13
12
ports = [ "127.0.0.1:${toString warrior-port}:8001" ];
14
13
pull = "newer";
14
14
+
15
15
+
environment = {
16
16
+
DOWNLOADER = "wiro";
17
17
+
SELECTED_PROJECT = "urls";
18
18
+
CONCURRENT_ITEMS = "6";
19
19
+
};
15
20
};
16
21
17
22
services.caddy = {