dotfiles/nixos/machines/biskcomp.nix
2021-07-10 17:12:39 -06:00

13 lines
203 B
Nix

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