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 wl-clipboard
openmw openmw
nixfmt-rfc-style nixfmt-rfc-style
rclone
kde-rounded-corners kde-rounded-corners
kdePackages.partitionmanager kdePackages.partitionmanager

View file

@ -191,7 +191,6 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
rclone
git git
]; ];
}; };
@ -201,19 +200,6 @@
enableSSHSupport = true; 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; services.openssh.enable = true;
networking.firewall.enable = false; networking.firewall.enable = false;