Use nixos-facter

This commit is contained in:
Pim Kunis 2024-11-02 23:55:25 +01:00
parent 14872a2e6b
commit a423fd024e
12 changed files with 14266 additions and 5 deletions

View file

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

1372
machines/warwick/facter.json Normal file

File diff suppressed because it is too large Load diff