diff options
| author | seth <[email protected]> | 2023-04-17 12:00:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-17 12:01:21 -0400 |
| commit | 92ca826539092f33c8e19a19c7a9ea0def2aece0 (patch) | |
| tree | c6ff98c3f645f189b559bc1a69904fec217a946c /profiles/desktop/network.nix | |
| parent | 98921a299be9f22bde9204e1fd05d0ea0fb0c6ed (diff) | |
move most configurations to modules
Diffstat (limited to 'profiles/desktop/network.nix')
| -rw-r--r-- | profiles/desktop/network.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/desktop/network.nix b/profiles/desktop/network.nix deleted file mode 100644 index 4a380cd..0000000 --- a/profiles/desktop/network.nix +++ /dev/null @@ -1,6 +0,0 @@ -_: { - networking.networkmanager = { - enable = true; - dns = "systemd-resolved"; - }; -} |
