Boot fixes, scratch windows
This commit is contained in:
parent
8aa1f8a8a6
commit
d3de780583
9 changed files with 740 additions and 0 deletions
14
config/autofs/auto.master
Normal file
14
config/autofs/auto.master
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# auto.master - autofs mount map
|
||||
#
|
||||
# Generated from dotfiles. See /etc/auto.master(5).
|
||||
#
|
||||
# /mnt is managed by autofs - media share mounted on demand via Tailscale
|
||||
/mnt /etc/auto.mnt --timeout=300
|
||||
|
||||
# Default entries
|
||||
/misc /etc/auto.misc
|
||||
/net -hosts
|
||||
|
||||
+dir:/etc/auto.master.d
|
||||
+auto.master
|
||||
3
config/autofs/auto.mnt
Normal file
3
config/autofs/auto.mnt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# autofs map for /mnt
|
||||
# Mounts NFS share from tower via Tailscale IP on demand
|
||||
media -fstype=nfs,nolock,soft,timeo=30 100.73.64.64:/mnt/user/media
|
||||
Loading…
Add table
Add a link
Reference in a new issue