samba fixup

This commit is contained in:
2026-07-16 12:21:07 +03:00
parent 867a3227b8
commit 937e4ca67a
5 changed files with 66 additions and 28 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
{
config,
inputs,
pkgs,
xlib,
...
}:
let
stable = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
services = {
samba-wsdd = {
@@ -14,7 +20,7 @@
};
samba = {
enable = true;
package = pkgs.samba4Full;
package = stable.samba4Full;
nmbd = {
enable = true;
};