This commit is contained in:
Miguel Palhas
2025-07-01 18:33:27 +01:00
parent ffcc7b397f
commit c41f1c5c70
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -21,5 +21,6 @@
devenv
# bruno
zed-editor
tmux
];
}
+5
View File
@@ -1,4 +1,9 @@
{ pkgs, ... }:
{
services.tailscale.enable = true;
networking.nameservers = [
"100.100.100.100"
"8.8.8.8"
"1.1.1.1"
];
}
+5
View File
@@ -59,4 +59,9 @@
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
};
networking.nameservers = [
"100.100.100.100"
"10.1.10.1"
];
}