nixos-servers/machines/warwick.nix
Pim Kunis ea84627e59 feat: Use Attic as binary cache
fix: Improve flake outputs yet again
refactor: Delete dead code related to hamnet
2024-07-27 21:12:24 +02:00

13 lines
236 B
Nix

{
machines.warwick = {
arch = "aarch64-linux";
isRaspberryPi = true;
nixosModule = { lib, ... }: {
lab = {
monitoring.server.enable = true;
tailscale.advertiseExitNode = true;
};
};
};
}