[NixOS] Add plex to biskcomp
This commit is contained in:
parent
f55fa0508e
commit
ceda390df2
@ -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;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user