diff --git a/shared/bookmarks/remote-sync-send.nix b/shared/bookmarks/remote-sync-send.nix index 8fda7400..d83ed2e7 100644 --- a/shared/bookmarks/remote-sync-send.nix +++ b/shared/bookmarks/remote-sync-send.nix @@ -36,8 +36,6 @@ in config = mkIf cfg.enable { users.users.bookmarks-remote-sync-send = { uid = 984; - home = "/var/lib/bookmarks-remote-sync-send"; - createHome = true; isSystemUser = true; shell = pkgs.bashInteractive; group = "nogroup";