dotfiles/nixos/machines/air-gapped-pi.nix

13 lines
206 B
Nix

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