add samba module
This commit is contained in:
parent
489eb21e16
commit
3f9a3dcacb
2 changed files with 78 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue