From 5e1d8be3a5ca5bcbd29b4bf9cea0d6d80cbf9c4f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 10 Jul 2021 17:11:41 -0600 Subject: [PATCH] [NixOS] Disable plex on raspberry pi for now --- nixos/machines/biskcomp.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; }