From c8c098ee7247f359fac70218fb5c948598f1a9cc Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 10 Feb 2024 15:56:59 -0500 Subject: [PATCH] atauno: enable nfs --- atauno/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 5663f5b..eeaede2 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -55,6 +55,8 @@ "--tls-san=atauno.com" ]; + services. + services.samba-wsdd = { # make shares visible for Windows clients enable = true;