From 670ef0cccb6b6ab7db0552614842079bd984191b Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 20:02:48 +0100 Subject: [PATCH] fix: indentation --- hosts/sisyphe/features/samba-shares.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/sisyphe/features/samba-shares.nix b/hosts/sisyphe/features/samba-shares.nix index b4d80c0..66aa8d9 100644 --- a/hosts/sisyphe/features/samba-shares.nix +++ b/hosts/sisyphe/features/samba-shares.nix @@ -62,8 +62,6 @@ in }; }; }; - }; - services.samba-wsdd = { enable = true; openFirewall = true; @@ -76,4 +74,7 @@ in publish.userServices = true; openFirewall = true; }; + }; + + }