summaryrefslogtreecommitdiff
path: root/modules/core/networking/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-25 02:59:42 -0700
committerFuwn <[email protected]>2024-09-25 02:59:42 -0700
commit3bd5491832498318b9fcd7936f98d462cb28dcaa (patch)
tree572a2b2a650cc03c5b32f89b06ae77d87bf48928 /modules/core/networking/default.nix
parentfirewall: move to core (diff)
downloadnixos-config-3bd5491832498318b9fcd7936f98d462cb28dcaa.tar.xz
nixos-config-3bd5491832498318b9fcd7936f98d462cb28dcaa.zip
resolved: move to core
Diffstat (limited to 'modules/core/networking/default.nix')
-rw-r--r--modules/core/networking/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/networking/default.nix b/modules/core/networking/default.nix
index 608be0b..ebdcd55 100644
--- a/modules/core/networking/default.nix
+++ b/modules/core/networking/default.nix
@@ -2,6 +2,7 @@
{
imports = [
./firewall
+ ./resolved.nix
./tailscale.nix
];