From f862c78fff0e9211ccdfe6c04a3c310720c44a0c Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 16 Jul 2026 01:32:50 +0300 Subject: [PATCH] samba fixup --- modules/server/samba.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/server/samba.nix b/modules/server/samba.nix index 1048885..90f9486 100644 --- a/modules/server/samba.nix +++ b/modules/server/samba.nix @@ -1,9 +1,15 @@ { config, + inputs, pkgs, xlib, ... }: +let + stable = import inputs.nixpkgs-previous { + system = "x86_64-linux"; + }; +in { services = { samba-wsdd = {