remove rclone

This commit is contained in:
Sean Kovacs 2025-11-07 20:56:01 -05:00
commit 4e5ba99872
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 0 additions and 15 deletions

View file

@ -17,7 +17,6 @@
wl-clipboard
openmw
nixfmt-rfc-style
rclone
kde-rounded-corners
kdePackages.partitionmanager

View file

@ -191,7 +191,6 @@
environment = {
systemPackages = with pkgs; [
rclone
git
];
};
@ -201,19 +200,6 @@
enableSSHSupport = true;
};
fileSystems."/home/sckova/Synology" = {
device = "synology:/home";
fsType = "rclone";
options = [
"nodev"
"nofail"
"allow_other"
"args2env"
"config=/home/sckova/.config/rclone/rclone.conf"
"vfs-cache-mode=full"
];
};
services.openssh.enable = true;
networking.firewall.enable = false;