forked from colonelpanic/dotfiles
[NixOS] Add plex to biskcomp
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
../raspberry-pi.nix
|
||||
../plex.nix
|
||||
];
|
||||
|
||||
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