summaryrefslogtreecommitdiff
path: root/hosts/glados/network.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-13 21:54:21 -0400
committerseth <[email protected]>2023-03-13 21:56:00 -0400
commite47d8ff5d4c8b8961f4fa6e3a0e2ce381abafb90 (patch)
tree959e91356ddd96a2ad99b29dbcdc2bbf1f42e642 /hosts/glados/network.nix
parentd6c835d18c4149f18bf281e7fc22c18e5854ea06 (diff)
add glados' services/network configs to desktop profile
Diffstat (limited to 'hosts/glados/network.nix')
-rw-r--r--hosts/glados/network.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/glados/network.nix b/hosts/glados/network.nix
deleted file mode 100644
index 11b2d6f..0000000
--- a/hosts/glados/network.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-_: {
- networking = {
- hostId = "2bf6e602";
- networkmanager = {
- enable = true;
- dns = "systemd-resolved";
- };
- };
-}