diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 5edd79c6..d07391e6 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -1,9 +1,12 @@ { imports = [ ../raspberry-pi.nix - ../plex.nix + # ../plex.nix + ./internet-computer.nix ]; networking.hostName = "biskcomp"; hardware.video.hidpi.enable = true; + + system.stateVersion = "21.05"; }