delft: move nix-netboot-serve from eris->pluto
Pierre Bourdon committed
Feb 22, 2024 at 10:34 UTC
3cc88c4c8c8817754c658d40ed2c834e8c2cee9c
3 files changed
+5
-2
delft/pluto/default.nix
+3
-1
@@ -4,6 +4,8 @@
4
./boot.nix
5
./disko.nix
6
./network.nix
7
+
8
+ ../../modules/netboot-serve.nix
9
];
10
11
networking = {
@@ -13,6 +15,6 @@
15
};
16
17
nixpkgs.hostPlatform = "x86_64-linux";
16
-
18
+
19
system.stateVersion = "23.11";
20
}
modules/netboot-serve.nix
+1
@@ -36,4 +36,5 @@ in {
36
};
37
};
38
39
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
40
}
terraform/dns.tf
+1
-1
@@ -54,7 +54,7 @@ locals {
54
{
55
hostname = "netboot.nixos.org"
56
type = "CNAME"
57
- value = "monitoring.nixos.org"
57
+ value = "pluto.nixos.org"
58
},
59
{
60
hostname = "monitoring.nixos.org"