diff options
| author | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
| commit | 1be09af058424219de2aad4b9cc27ccf760d23f6 (patch) | |
| tree | bdc1177b166e1eef36763984b6862d7755a7bde8 /os/core/networking.nix | |
| parent | 4b41ce640c5eddcb50904331e03aac5460caa144 (diff) | |
...
Diffstat (limited to 'os/core/networking.nix')
| -rw-r--r-- | os/core/networking.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/core/networking.nix b/os/core/networking.nix index 830f475..4835cb8 100644 --- a/os/core/networking.nix +++ b/os/core/networking.nix @@ -6,6 +6,7 @@ in options.os.core.network.enable = lib.mkEnableOption "system-wide networking setup"; config = lib.mkIf cfg.enable { networking = { + useDHCP = lib.mkDefault true; networkmanager = { enable = true; wifi.macAddress = "stable-ssid"; |
