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
|
wl-clipboard
|
||||||
openmw
|
openmw
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
rclone
|
|
||||||
|
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
kdePackages.partitionmanager
|
kdePackages.partitionmanager
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue