2023-11-16 18:08:30 +00:00
|
|
|
{nixpkgs, ...}: {
|
2023-03-18 09:11:05 +00:00
|
|
|
imports = [
|
2023-03-18 17:45:07 +00:00
|
|
|
"${nixpkgs}/nixos/modules/installer/netboot/netboot-base.nix"
|
2023-03-18 09:11:05 +00:00
|
|
|
];
|
|
|
|
networking.wireguard.interfaces."wg0".ips = [
|
|
|
|
"fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64"
|
|
|
|
];
|
|
|
|
networking.hostId = "8425e349";
|
|
|
|
}
|