Update networking configuration

This commit is contained in:
Dave Gallant
2021-05-02 22:45:10 -04:00
parent fc3d3d2c08
commit 505a0d4b17
3 changed files with 12 additions and 3 deletions

View File

@@ -9,6 +9,12 @@
keyMap = "us";
};
networking.firewall = {
allowPing = false;
enable = true;
trustedInterfaces = [ "tailscale0" ];
};
# Enable the GNOME 3 Desktop Environment.
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;