networking: formatting

This commit is contained in:
notohh 2023-09-16 18:54:44 -04:00
parent fb77f3569f
commit cbc8d13f16
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,8 +1,4 @@
{
pkgs,
config,
...
}: {
_: {
networking = {
networkmanager.enable = true;
nameservers = ["192.168.1.221"];
@ -15,4 +11,4 @@
};
services.tailscale.enable = true;
}
}