mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Update networking configuration
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user