dotfiles/nixos/machines/biskcomp.nix

13 lines
203 B
Nix
Raw Normal View History

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