[NixOS] Add plex to biskcomp
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../raspberry-pi.nix
|
../raspberry-pi.nix
|
||||||
|
../plex.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "biskcomp";
|
networking.hostName = "biskcomp";
|
||||||
|
6
nixos/plex.nix
Normal file
6
nixos/plex.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.plex = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user