mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
misc fixes
This commit is contained in:
parent
35659de96b
commit
01894a9c19
6 changed files with 25 additions and 25 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules/jellyfin
|
||||
./modules/networks
|
||||
./modules/monitoring
|
||||
./modules/nfs
|
||||
|
|
6
hosts/fujitsu/modules/jellyfin/default.nix
Normal file
6
hosts/fujitsu/modules/jellyfin/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue