[NixOS] Disable plex on raspberry pi for now

This commit is contained in:
2021-07-10 17:11:41 -06:00
parent ceda390df2
commit 5e1d8be3a5

View File

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