13 lines
181 B
Nix
13 lines
181 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./jellyfin.nix
|
||
|
];
|
||
|
|
||
|
networking = {
|
||
|
nat = {
|
||
|
enable = true;
|
||
|
externalInterface = "wlp2s0";
|
||
|
};
|
||
|
};
|
||
|
}
|