summaryrefslogtreecommitdiff
path: root/profiles/desktop/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desktop/network.nix')
-rw-r--r--profiles/desktop/network.nix6
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";
+ };
+}