From de714df3af60254636df988077ca5426de5dbfe0 Mon Sep 17 00:00:00 2001 From: kity Date: Mon, 23 Dec 2024 15:19:58 +0100 Subject: [PATCH] added missing import --- hosts/sisyphe/features/samba-shares.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sisyphe/features/samba-shares.nix b/hosts/sisyphe/features/samba-shares.nix index 1405e4d..7490f9f 100644 --- a/hosts/sisyphe/features/samba-shares.nix +++ b/hosts/sisyphe/features/samba-shares.nix @@ -1,4 +1,5 @@ { config, lib, ... }: +with lib; let cfg = config.samba; in