winter: add apricot sshfs mount
This commit is contained in:
parent
a465af7a93
commit
6d5d7e1535
2 changed files with 13 additions and 0 deletions
|
|
@ -31,5 +31,17 @@ in
|
|||
# fsType = "nfs";
|
||||
# options = [ "defaults" ];
|
||||
# };
|
||||
"/mnt/apricot" = {
|
||||
device = "rin@apricot:/";
|
||||
fsType = "fuse.sshfs";
|
||||
options = [
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
"_netdev"
|
||||
"IdentityFile=/home/rin/.ssh/id_rsa"
|
||||
"allow_other"
|
||||
"reconnect"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
neovim
|
||||
nfs-utils
|
||||
ntfs3g
|
||||
sshfs
|
||||
rsync
|
||||
wget
|
||||
] ++ lib.optionals enableGUI [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue