diff options
| author | Grigory Shipunov | 2023-04-29 00:40:53 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-29 00:40:53 +0200 |
| commit | ce6c882435d4367b75ebc1ecff57f40dfe519271 (patch) | |
| tree | 0ea5db3dca949dd124cff1b9cd098563a04d12f7 /hosts/toaster/default.nix | |
| parent | 2c558dfa3f4777a42db418b395a95a598e1e93ae (diff) | |
Switch to networkmanager for the desktop
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index e7ff5b9..3f6f078 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -3,7 +3,6 @@ ./amd.nix ./hardware-configuration.nix ./irc.nix - ./network-vpns.nix ./network.nix ./secrets.nix ./secure-boot.nix @@ -36,6 +35,7 @@ "plugdev" "dialout" "bluetooth" + "networkmanager" ]; group = "users"; home = "/home/grue"; @@ -52,5 +52,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - } |
