Pim Kunis
ea84627e59
fix: Improve flake outputs yet again refactor: Delete dead code related to hamnet
13 lines
236 B
Nix
13 lines
236 B
Nix
{
|
|
machines.warwick = {
|
|
arch = "aarch64-linux";
|
|
isRaspberryPi = true;
|
|
|
|
nixosModule = { lib, ... }: {
|
|
lab = {
|
|
monitoring.server.enable = true;
|
|
tailscale.advertiseExitNode = true;
|
|
};
|
|
};
|
|
};
|
|
}
|