[NixOS] Add airgapped machine

This commit is contained in:
2021-07-25 16:03:59 -06:00
parent 7eec5d3392
commit 8866d80e75
6 changed files with 23 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
{
imports = [
../internet-computer.nix
../raspberry-pi.nix
../base.nix
];
networking.hostName = "air-gapped-pi";
hardware.video.hidpi.enable = true;
networking.enable = false;
system.stateVersion = "21.05";
}

View File

@@ -2,6 +2,7 @@
imports = [
../internet-computer.nix
../raspberry-pi.nix
../base.nix
];
networking.hostName = "biskcomp";