Use nixos-facter
This commit is contained in:
parent
14872a2e6b
commit
a423fd024e
12 changed files with 14266 additions and 5 deletions
17
machines/warwick/default.nix
Normal file
17
machines/warwick/default.nix
Normal 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
1372
machines/warwick/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue