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 /hosts/glados/network.nix | |
| parent | d6c835d18c4149f18bf281e7fc22c18e5854ea06 (diff) | |
add glados' services/network configs to desktop profile
Diffstat (limited to 'hosts/glados/network.nix')
| -rw-r--r-- | hosts/glados/network.nix | 9 |
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"; - }; - }; -} |
