From 71dc7a59e3f4ce4fc52341578ac69bb3bab1f265 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:15:56 +0200 Subject: [PATCH] wsdd doesnt work idk --- modules/services/samba.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/services/samba.nix b/modules/services/samba.nix index 7f9fea4..1d84beb 100644 --- a/modules/services/samba.nix +++ b/modules/services/samba.nix @@ -1,8 +1,8 @@ { - services.samba-wsdd = { - enable = true; - openFirewall = true; - }; + #services.samba-wsdd = { + # enable = true; + # openFirewall = true; + #}; users.users.franz = { isNormalUser = true;