dotfiles/nixos/machines/biskcomp.nix

13 lines
202 B
Nix
Raw Normal View History

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