diff options
Diffstat (limited to 'config/networking/default.nix')
| -rw-r--r-- | config/networking/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix index 452a90a..0692e6b 100644 --- a/config/networking/default.nix +++ b/config/networking/default.nix @@ -4,7 +4,7 @@ let cfg = config.personal.networking; in { - imports = [ ./nat.nix ./services ]; + imports = [ ./services ]; options.personal.networking = { interfaces = lib.mkOption { |
