diff options
| author | seth <[email protected]> | 2024-02-04 16:38:52 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-04 16:38:52 -0500 |
| commit | 371235663a4e8d783dfc4294bb0b10cd3206c9c6 (patch) | |
| tree | b401174901aedf9b7480bbece33942d8581bce34 /systems/glados-wsl | |
| parent | 80321e46cbd2e436aa4b1c0edfcd5de2c71abcd0 (diff) | |
systems: don't set hostName manually
Diffstat (limited to 'systems/glados-wsl')
| -rw-r--r-- | systems/glados-wsl/default.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index d42e69f..7014938 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -41,12 +41,8 @@ # doesn't work on wsl services.dbus.apparmor = "disabled"; - - networking = { - hostName = "glados-wsl"; - # ditto - networkmanager.enable = false; - }; + # ditto + networking.networkmanager.enable = false; # ditto security = { |
