From 4eab43449a44729c8973d057f72b4c982a17ea55 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 25 Dec 2021 20:07:03 +0100 Subject: l green.r: don't use bindfs for sync folder --- lass/1systems/green/config.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lass') diff --git a/lass/1systems/green/config.nix b/lass/1systems/green/config.nix index b41e396c..e9928895 100644 --- a/lass/1systems/green/config.nix +++ b/lass/1systems/green/config.nix @@ -42,13 +42,6 @@ with import ; "-M ${toString config.users.users.mainUser.uid}" ]; }; - "/home/lass/sync" = { - source = "/var/state/lass_sync"; - options = [ - "-M ${concatMapStringsSep ":" (u: toString config.users.users.${u}.uid) [ "syncthing" "mainUser" ]}" - "--create-for-user=${toString config.users.users.syncthing.uid}" - ]; - }; "/var/lib/bitlbee" = { source = "/var/state/bitlbee"; options = [ -- cgit v1.2.3