add samba to nfss
This commit is contained in:
parent
575652a10f
commit
495d935efd
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
../../../modules/tailscale.nix
|
../../../modules/tailscale.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
../../../modules/media-server.nix
|
../../../modules/media-server.nix
|
||||||
|
../../../modules/samba.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# GRUB bootloader with ZFS support
|
# GRUB bootloader with ZFS support
|
||||||
|
|
@ -132,4 +133,11 @@
|
||||||
deluge.enable = true;
|
deluge.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Samba file sharing
|
||||||
|
services.samba-custom = {
|
||||||
|
sharedPath = "/home/yanlin/Downloads";
|
||||||
|
shareName = "Downloads";
|
||||||
|
user = "yanlin";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue