summaryrefslogtreecommitdiff
path: root/hosts/toaster/default.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-10 12:41:34 +0200
committerGrigory Shipunov2023-05-10 12:41:34 +0200
commit70934dcf600e176a6464b528f4e7f26df178addd (patch)
tree7a78636545bcbfc9bb1361f7aab8633a66d4d75d /hosts/toaster/default.nix
parentddccfd94fe70188f9fe89586dcc35d6555c2f27a (diff)
Revert "Switch to networkmanager for the desktop"
This reverts commit ce6c882435d4367b75ebc1ecff57f40dfe519271.
Diffstat (limited to 'hosts/toaster/default.nix')
-rw-r--r--hosts/toaster/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index 483d3e8..858f166 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -4,6 +4,7 @@
./amdgpu-sg-fix.nix
./hardware-configuration.nix
./irc.nix
+ ./network-vpns.nix
./network.nix
./secrets.nix
./zfs.nix
@@ -35,7 +36,6 @@
"plugdev"
"dialout"
"bluetooth"
- "networkmanager"
];
group = "users";
home = "/home/grue";
@@ -56,4 +56,5 @@
# 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?
+
}