diff options
| author | seth <[email protected]> | 2023-03-13 21:54:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 21:56:00 -0400 |
| commit | e47d8ff5d4c8b8961f4fa6e3a0e2ce381abafb90 (patch) | |
| tree | 959e91356ddd96a2ad99b29dbcdc2bbf1f42e642 /profiles/desktop/network.nix | |
| parent | d6c835d18c4149f18bf281e7fc22c18e5854ea06 (diff) | |
add glados' services/network configs to desktop profile
Diffstat (limited to 'profiles/desktop/network.nix')
| -rw-r--r-- | profiles/desktop/network.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/desktop/network.nix b/profiles/desktop/network.nix new file mode 100644 index 0000000..4a380cd --- /dev/null +++ b/profiles/desktop/network.nix @@ -0,0 +1,6 @@ +_: { + networking.networkmanager = { + enable = true; + dns = "systemd-resolved"; + }; +} |
