diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 21f472da..048d9122 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -60,10 +60,10 @@ "enp4s0" = { allowedTCPPorts = [22 80 443]; }; - nm-applet = { - enable = true; - indicator = true; - }; + }; + nm-applet = { + enable = true; + indicator = true; }; }; };