add samba module

This commit is contained in:
Yan Lin 2025-11-22 13:52:30 +01:00
parent 489eb21e16
commit 3f9a3dcacb
2 changed files with 78 additions and 0 deletions

View file

@ -9,6 +9,7 @@
../../../modules/traefik.nix
../../../modules/borg/client.nix
../../../modules/login-display.nix
../../../modules/samba.nix
];
# GRUB bootloader with ZFS support
@ -262,4 +263,11 @@
};
};
# Samba file sharing
services.samba-custom = {
sharedPath = "/mnt/storage/Media";
shareName = "Media";
user = "yanlin";
};
}