diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:01:41 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:01:41 +0000 |
| commit | 8e426fdaa3df1840cfa92bf61fe8ccadeac8f3c6 (patch) | |
| tree | bf688df692b2d862ffb1ffa50fe3e3e56e00aa46 /hosts/work/network.nix | |
| parent | moved obs to flatpak + removed home decl (diff) | |
defined new device
Diffstat (limited to '')
| -rw-r--r-- | hosts/work/network.nix | 15 |
1 files changed, 15 insertions, 0 deletions
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; + }; + }; +} |
