ENH update rofi devices
This commit is contained in:
parent
12aed64907
commit
bb911ffda8
|
@ -1,5 +1,6 @@
|
||||||
# directory for all relative, transitive mountpoints
|
# directory for all relative, transitive mountpoints
|
||||||
mountdir: /tmp/media/ndwar
|
mountdir: /tmp/media/ndwar
|
||||||
|
verbose: false
|
||||||
|
|
||||||
devices:
|
devices:
|
||||||
accounts:
|
accounts:
|
||||||
|
@ -22,6 +23,7 @@ devices:
|
||||||
type: veracrypt
|
type: veracrypt
|
||||||
mount:
|
mount:
|
||||||
mountpoint: /home/ndwar/.ssh
|
mountpoint: /home/ndwar/.ssh
|
||||||
|
label: ssh
|
||||||
volume: /mnt/data/Documents/crypt/ssh-config
|
volume: /mnt/data/Documents/crypt/ssh-config
|
||||||
password:
|
password:
|
||||||
bitwarden:
|
bitwarden:
|
||||||
|
@ -60,7 +62,14 @@ devices:
|
||||||
type: cifs
|
type: cifs
|
||||||
mount:
|
mount:
|
||||||
mountpoint: Roylab
|
mountpoint: Roylab
|
||||||
|
# sudo: true
|
||||||
remote: //ad.gatech.edu/bme/labs/roy-lab
|
remote: //ad.gatech.edu/bme/labs/roy-lab
|
||||||
|
# options:
|
||||||
|
# username: ndwarshuis3
|
||||||
|
# workgroup: ad
|
||||||
|
# iocharset: utf8
|
||||||
|
# uid: 1000
|
||||||
|
# gid: 1000
|
||||||
password:
|
password:
|
||||||
libsecret:
|
libsecret:
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -70,6 +79,7 @@ devices:
|
||||||
type: cifs
|
type: cifs
|
||||||
mount:
|
mount:
|
||||||
mountpoint: MC3M
|
mountpoint: MC3M
|
||||||
|
sudo: true
|
||||||
remote: //ad.gatech.edu/bme/labs/mc3m
|
remote: //ad.gatech.edu/bme/labs/mc3m
|
||||||
password:
|
password:
|
||||||
libsecret:
|
libsecret:
|
||||||
|
|
Loading…
Reference in New Issue