From 8e426fdaa3df1840cfa92bf61fe8ccadeac8f3c6 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 30 Nov 2025 23:01:41 +0100 Subject: defined new device --- hosts/work/network.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hosts/work/network.nix (limited to 'hosts/work/network.nix') diff --git a/hosts/work/network.nix b/hosts/work/network.nix new file mode 100644 index 0000000..0556948 --- /dev/null +++ b/hosts/work/network.nix @@ -0,0 +1,15 @@ +{ + networking = { + hostName = "work"; + + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + + # Configure network proxy if necessary + # networking.proxy.default = "http://user:password@proxy:port/"; + # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; + + networkmanager = { + enable = true; + }; + }; +} -- cgit v1.2.3