dotfiles/nixos/machines/biskcomp.nix

12 lines
185 B
Nix

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