restructuring, rclone,whatever

This commit is contained in:
tulg 2026-04-29 17:55:16 +03:00
parent 7cd313ff36
commit d6216e86c6
7 changed files with 68 additions and 25 deletions

View file

@ -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";