NixOS router is now in active use :)

This commit is contained in:
2023-04-04 20:53:38 -06:00
parent 68bd70b525
commit 3c683e7b9e
4 changed files with 62 additions and 11 deletions

View File

@@ -126,7 +126,7 @@
in {
s0 = mkDeploy "s0" "s0";
router = mkDeploy "router" "192.168.1.228";
router = mkDeploy "router" "router";
ponyo = mkDeploy "ponyo" "ponyo.neet.dev";
};