about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 19:30:39 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 19:30:39 -0700
commitb6d6b6f366c3cbf7e7340f08ea8877bf0a8d45e7 (patch)
treec45c1011b194c0982ba82c5f2f06d18941a916ca /hosts/aptos
parentprofiles/default: move stuff related to boot (diff)
downloadworld-b6d6b6f366c3cbf7e7340f08ea8877bf0a8d45e7.tar.gz
profiles: consolidates common networking bits
This remove ssh on workstations. I also drop mosh since I don't use it.
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/networking.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/aptos/networking.nix b/hosts/aptos/networking.nix
index b157ec5..84c32e5 100644
--- a/hosts/aptos/networking.nix
+++ b/hosts/aptos/networking.nix
@@ -26,12 +26,4 @@
 
   services.nscd.enable = false;
   system.nssModules = lib.mkForce [ ];
-
-  # Use systemd-resolved
-  services.resolved = {
-    enable = true;
-    dnssec = "false";
-  };
-
-  my.services.tailscale.enable = true;
 }