dotfiles/nixos/machines/biskcomp.nix

9 lines
122 B
Nix
Raw Normal View History

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