restructuring, rclone,whatever
This commit is contained in:
parent
7cd313ff36
commit
d6216e86c6
7 changed files with 68 additions and 25 deletions
|
|
@ -77,6 +77,19 @@
|
|||
"noatime"
|
||||
];
|
||||
};
|
||||
fileSystems."/mnt/rclone" = {
|
||||
device = "virgilbackups:";
|
||||
fsType = "rclone";
|
||||
options = [
|
||||
"nodev"
|
||||
"nofail"
|
||||
"allow_other"
|
||||
"args2env"
|
||||
"config=/home/tulg/.config/rclone.conf"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.idle-timeout=60"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue