[NixOS] Disable plex on raspberry pi for now

This commit is contained in:
Ivan Malison 2021-07-10 17:11:41 -06:00
parent ceda390df2
commit 5e1d8be3a5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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";
}