mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
add: nfs config
This commit is contained in:
parent
8454c03655
commit
f2d0ecbe64
2 changed files with 7 additions and 0 deletions
6
hosts/common/optional/plex.nix
Normal file
6
hosts/common/optional/plex.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
services.plex = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue