11 lines
135 B
Nix
11 lines
135 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ovh.nix
|
|
./mobile.nix
|
|
./tailscale.nix
|
|
];
|
|
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|