chore: revert "fix: move networkmanager stuff to desktop"
This reverts commit daf081883e
.
This commit is contained in:
parent
e2f73b4e51
commit
abeb97101e
2 changed files with 9 additions and 9 deletions
|
@ -17,5 +17,14 @@
|
|||
keys = ["id_ed25519"];
|
||||
};
|
||||
|
||||
networking = {
|
||||
useNetworkd = false;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
plugins = [pkgs.networkmanager-fortisslvpn];
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue