summaryrefslogtreecommitdiff
path: root/sys/web/sites/pxe.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-04-16 15:47:36 -0600
committerAlejandro Soto <alejandro@34project.org>2026-04-16 16:00:17 -0600
commit9ad38ed82cb99ead1707105f19d87ac9122d0db3 (patch)
treef0b3a4addd51f7202ff6e4f17e78db539234cbcf /sys/web/sites/pxe.nix
parent48e40ad4cff334d3187a7ee90bfbfcc44213fee8 (diff)
sys/web: cgit: initial commitHEADmaster
Diffstat (limited to '')
-rw-r--r--sys/web/sites/pxe.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/web/sites/pxe.nix b/sys/web/sites/pxe.nix
index 54f3e56..2b2abf0 100644
--- a/sys/web/sites/pxe.nix
+++ b/sys/web/sites/pxe.nix
@@ -108,7 +108,7 @@ in {
path = [config.nix.package pkgs.sshfs pkgs.squashfsTools];
script = let
- host = lib.throw "TODO: pxe host";
+ host = "a320m";
machine = machines.${host};
in ''
set -e