nix/hosts/laptop-server/config/services/default.nix

13 lines
No EOL
181 B
Nix

{ ... }:
{
imports = [
./jellyfin.nix
];
networking = {
nat = {
enable = true;
externalInterface = "wlp2s0";
};
};
}