summaryrefslogtreecommitdiff
path: root/hosts/microwave/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/microwave/configuration.nix')
-rw-r--r--hosts/microwave/configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix
index 779e600..35c88f2 100644
--- a/hosts/microwave/configuration.nix
+++ b/hosts/microwave/configuration.nix
@@ -21,14 +21,6 @@
element-desktop-wayland
];
- networking.firewall.enable = true;
- networking = {
- hostName = "microwave"; # Define your hostname.
- networkmanager.enable = true;
- wireguard.enable = true;
-
- };
-
nixpkgs.config.allowUnfree = true;
@@ -65,7 +57,6 @@
createHome = true;
extraGroups = [
"wheel"
- "networkmanager"
"wireshark"
"video"
"libvirtd"