summaryrefslogtreecommitdiff
path: root/nixos/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/common.nix')
-rw-r--r--nixos/common.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index 3127abc..7c4a9cd 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -53,10 +53,6 @@
};
services.resolved.enable = false;
- networking.extraHosts = ''
- 201:8c16:538b:891c:96cb:c8f6:40dd:125d lindy
- '';
-
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [
2022 # openssh
@@ -332,6 +328,8 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
+ # ---- fancy networks and stuff ----
+
services.yggdrasil = {
enable = true;
persistentKeys = true;