[NixOS] Add airgapped machine
This commit is contained in:
13
nixos/machines/air-gapped-pi.nix
Normal file
13
nixos/machines/air-gapped-pi.nix
Normal 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";
|
||||
}
|
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
../internet-computer.nix
|
||||
../raspberry-pi.nix
|
||||
../base.nix
|
||||
];
|
||||
|
||||
networking.hostName = "biskcomp";
|
||||
|
Reference in New Issue
Block a user