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";
|
# fsType = "nfs";
|
||||||
# options = [ "defaults" ];
|
# 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
|
neovim
|
||||||
nfs-utils
|
nfs-utils
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
sshfs
|
||||||
rsync
|
rsync
|
||||||
wget
|
wget
|
||||||
] ++ lib.optionals enableGUI [
|
] ++ lib.optionals enableGUI [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue