From 397f7ca772559df9b12cea0923df3fa8c00dfad4 Mon Sep 17 00:00:00 2001 From: cnst Date: Fri, 27 Sep 2024 18:31:08 +0200 Subject: [PATCH] typo --- hosts/toothpc/modules.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }; }; };