tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: use TimeCapsule for avahi and samba
devins.page
3 months ago
5a8293f1
af65a4d5
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
services
samba.nix
+2
-2
hosts/bluepill/services/samba.nix
···
19
19
<service>
20
20
<type>_device-info._tcp</type>
21
21
<port>0</port>
22
22
-
<txt-record>model=RackMac</txt-record>
22
22
+
<txt-record>model=TimeCapsule</txt-record>
23
23
</service>
24
24
</service-group>
25
25
'';
···
38
38
# https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X
39
39
"vfs objects" = "catia fruit streams_xattr"; # added catia
40
40
"fruit:metadata" = "stream";
41
41
-
"fruit:model" = "RackMac";
41
41
+
"fruit:model" = "TimeCapsule";
42
42
"fruit:veto_appledouble" = "no";
43
43
"fruit:nfs_aces" = "no";
44
44
"fruit:wipe_intentionally_left_blank_rfork" = "yes";