wip
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
networking.nameservers = [
|
||||
"100.100.100.100"
|
||||
"8.8.8.8"
|
||||
"1.1.1.1"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user