remove rclone
This commit is contained in:
parent
1a7e251874
commit
4e5ba99872
2 changed files with 0 additions and 15 deletions
|
|
@ -17,7 +17,6 @@
|
|||
wl-clipboard
|
||||
openmw
|
||||
nixfmt-rfc-style
|
||||
rclone
|
||||
|
||||
kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue