some things (tiny commit ik)
This commit is contained in:
parent
6b76450816
commit
2c282d8bf7
38 changed files with 771 additions and 102 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
4444
|
||||
# 4444
|
||||
];
|
||||
|
||||
systemd.services."static-web-server".after = ["brawlstats.timer"];
|
||||
|
@ -45,6 +45,8 @@
|
|||
''}
|
||||
}
|
||||
|
||||
rm /tmp/brawlstatslog
|
||||
|
||||
case ''${parameters:1} in
|
||||
total*)
|
||||
id=$(echo $parameters | ${lib.getExe pkgs.gawk} '{print $2}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue