mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-22 14:50:58 +01:00
gandalf: Deploy a ArchiveTeam warrior dashboard
This commit is contained in:
parent
159360ca3c
commit
2a8ddb9429
1 changed files with 20 additions and 1 deletions
|
|
@ -99,7 +99,26 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9080 4713 ];
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."atw-dash" = {
|
||||
listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 63542;
|
||||
}
|
||||
];
|
||||
|
||||
root = pkgs.fetchgit {
|
||||
url = "https://forge.hackers.town/antijingoist/atw-dashboard.git";
|
||||
rev = "03fa6a4a9ccb18844060e44ba9869b1a80922090";
|
||||
hash = "sha256-RAMRfHV6pB2jgmw/iBr3cj2AsNOQxaT69fk61sgutPQ=";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
9080
|
||||
4713
|
||||
];
|
||||
traxys.wm = "niri";
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue