From 1d2679af96be5455ba286f33fe65bc6c8364fd97 Mon Sep 17 00:00:00 2001 From: fuckwit Date: Mon, 18 Nov 2024 19:24:25 +0100 Subject: [PATCH] fix samba deprecations --- nixos/celestia/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/celestia/configuration.nix b/nixos/celestia/configuration.nix index c3698fa..c905072 100644 --- a/nixos/celestia/configuration.nix +++ b/nixos/celestia/configuration.nix @@ -164,8 +164,10 @@ in { samba = { enable = true; openFirewall = true; - extraConfig = "map to guest = bad user"; - shares = { + settings = { + global = { + "map to guest" = "bad user"; + }; dump = { path = "/tank/dump"; browsable = "yes";