From c776439892553bb355120fa2162d5d03f58f83d3 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..7d1fde2 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -55,6 +55,8 @@ "--tls-san=atauno.com" ]; + services.nfs.enable = true; + services.samba-wsdd = { # make shares visible for Windows clients enable = true;