mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: adds more shares
This commit is contained in:
parent
55c041622c
commit
9b7fbb3471
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue