nixos-servers/machines/warwick/default.nix
2024-11-02 23:55:25 +01:00

17 lines
312 B
Nix

{
machines.warwick = {
arch = "aarch64-linux";
isRaspberryPi = true;
facterReportPath = ./facter.json;
nixosModule.lab = {
storage.profile = "pi";
monitoring.server.enable = true;
tailscale = {
advertiseExitNode = true;
enable = true;
};
};
};
}