forked from colonelpanic/dotfiles
13 lines
206 B
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";
|
|
}
|