2021-07-10 13:39:40 -06:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../raspberry-pi.nix
|
2021-07-10 17:11:41 -06:00
|
|
|
# ../plex.nix
|
2021-07-10 17:12:39 -06:00
|
|
|
../internet-computer.nix
|
2021-07-10 13:39:40 -06:00
|
|
|
];
|
|
|
|
|
|
|
|
networking.hostName = "biskcomp";
|
2021-07-10 15:26:29 -06:00
|
|
|
hardware.video.hidpi.enable = true;
|
2021-07-10 17:11:41 -06:00
|
|
|
|
|
|
|
system.stateVersion = "21.05";
|
2021-07-10 13:39:40 -06:00
|
|
|
}
|