chore: adds more shares

This commit is contained in:
Ahwx 2025-09-23 13:02:00 +02:00
parent 55c041622c
commit 9b7fbb3471

View file

@ -9,7 +9,7 @@
# Network shares # Network shares
samba = { samba = {
package = pkgs.samba; package = pkgs.samba;
# ^^ `samba4Full` is compiled with avahi, ldap, AD etc support (compared to the default package, `samba` # ^^ `samba4Full` is compiled with avahi, ldap, AD etc support (compared to the default package, `samba`. samba4Full gives issue, however)
# Required for samba to register mDNS records for auto discovery # Required for samba to register mDNS records for auto discovery
# See https://github.com/NixOS/nixpkgs/blob/592047fc9e4f7b74a4dc85d1b9f5243dfe4899e3/pkgs/top-level/all-packages.nix#L27268 # See https://github.com/NixOS/nixpkgs/blob/592047fc9e4f7b74a4dc85d1b9f5243dfe4899e3/pkgs/top-level/all-packages.nix#L27268
enable = true; enable = true;
@ -19,6 +19,16 @@
writable = "true"; writable = "true";
comment = "Hello world!"; comment = "Hello world!";
}; };
shares.violet = {
path = "/spinners/violet";
writable = "true";
comment = "Hello world!";
};
shares.ahwx = {
path = "/spinners/ahwx";
writable = "true";
comment = "Hello world!";
};
}; };
avahi = { avahi = {
publish.enable = true; publish.enable = true;